Skip to content

Conversation

@Ladirico
Copy link
Contributor

@Ladirico Ladirico commented Sep 24, 2025

Short description

This pull request introduces a small fix to the lollipopSamlVerify function in ts/features/lollipop/utils/login.ts to improve compatibility when decoding SAML requests.

  • Changed the input to pako.inflateRaw from a Buffer to a Uint8Array to ensure correct handling of binary data when decoding base64-encoded SAML requests.

How to test

Run the application and try to decode saml request on login flow

@Ladirico Ladirico self-assigned this Sep 24, 2025
@Ladirico Ladirico added the IO-A&I IO - Autenticazione e Identità label Sep 24, 2025
@github-actions
Copy link
Contributor

Jira Pull Request Link

This Pull Request refers to Jira issues:

@github-actions
Copy link
Contributor

PR Title Validation for conventional commit type

All good! PR title follows the conventional commit type.

@codecov
Copy link

codecov bot commented Sep 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.86%. Comparing base (802cfe9) to head (5da8fda).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #7397   +/-   ##
=======================================
  Coverage   59.86%   59.86%           
=======================================
  Files        1865     1865           
  Lines       40603    40603           
  Branches     9307     9369   +62     
=======================================
  Hits        24308    24308           
+ Misses      16222    16209   -13     
- Partials       73       86   +13     
Files with missing lines Coverage Δ
ts/features/lollipop/utils/login.ts 90.00% <ø> (ø)

... and 13 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5b53670...5da8fda. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@shadowsheep1 shadowsheep1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Ladirico Ladirico added this pull request to the merge queue Nov 13, 2025
Merged via the queue into master with commit cc9fd1d Nov 13, 2025
23 checks passed
@Ladirico Ladirico deleted the fix-lollipop-xml-saml-request branch November 13, 2025 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

IO-A&I IO - Autenticazione e Identità

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants